home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Keystone Learning XML: More On Content Modeling
/
Keystone learning XML More on Content Modeling.iso
/
Sample Files
/
Chapter 6
/
BinaryEntities.xml
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Extensible Markup Language
|
1999-12-04
|
420 b
|
19 lines
<?xml version="1.0" standalone="no"?>
<!DOCTYPE body [
<!NOTATION GIF SYSTEM "iexplore.exe">
<!NOTATION JPG SYSTEM "iexplore.exe">
<!ENTITY gif.xml SYSTEM "xml.gif" NDATA GIF>
<!ENTITY jpg.xml SYSTEM "xml.jpg" NDATA JPG>
<!ELEMENT body ANY>
<!ELEMENT img EMPTY>
<!ATTLIST img src ENTITY #REQUIRED>
]>
<body>
<img src="gif.xml"/>
<img src="jpg.xml"/>
</body>